rsc.io/qr.pngWriter.tmp (field)
9 uses
rsc.io/qr (current package)
png.go#L28: tmp [16]byte
png.go#L47: binary.BigEndian.PutUint32(w.tmp[0:4], uint32((siz+8)*scale))
png.go#L48: binary.BigEndian.PutUint32(w.tmp[4:8], uint32((siz+8)*scale))
png.go#L49: w.tmp[8] = 1 // 1-bit
png.go#L50: w.tmp[9] = 0 // gray
png.go#L51: w.tmp[10] = 0
png.go#L52: w.tmp[11] = 0
png.go#L53: w.tmp[12] = 0
png.go#L54: w.writeChunk("IHDR", w.tmp[:13])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |